calling conventions - Übersetzung nach Englisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

calling conventions - Übersetzung nach Englisch

HOW A PROGRAMMING LANGUAGE'S FUNCTIONS RECEIVE PARAMETERS AND RETURN VALUES
Calling conventions

calling conventions         

общая лексика

соглашения о связях, соглашение о вызовах

в программировании - соглашения, определяющие последовательность команд и порядок передачи аргументов при вызове процедуры или функции. Аргументы могут передаваться в регистрах, через стек, через общую область памяти. В стек они могут помещаться слева направо или справа налево (т.е. в обратном порядке) по списку аргументов в строке вызова процедуры. Число аргументов может быть переменным

Смотрите также

argument; call by reference; call by value; parameter passing; register; stack

name-calling         
WORD WITH A PEJORATIVE MEANING THAT SHOULD INSULT A PERSON
Name-calling; Namecalling

['neimkɔ:liŋ]

существительное

общая лексика

брань

поношение

охаивание

очернительство

calling         
WIKIMEDIA DISAMBIGUATION PAGE
Calling (disambiguation); Calling (album); CALLING; Calling (song)

['kɔ:liŋ]

общая лексика

вызов

запрос

вызывающий

Смотрите также

cumulative throughflow; fractional throughflow

прилагательное

общая лексика

кричащий

зовущий

окликающий

специальный термин

вызывающий

существительное

['kɔ:liŋ]

общая лексика

призвание

профессия

занятие

ремесло

зов

выкрик

созыв (парламента и т. п.)

перекличка (действие)

приглашение

вызов

юриспруденция

вызов истца на судебное заседание

Definition

calling convention
<programming> The arrangement of arguments for a procedure or function call. Different programming languages may require arguments to be pushed onto a stack or entered in registers in left-to-right or right-to left order, and either the caller or the callee can be responsible for removing the arguments. The calling convention also determines if a variable number of arguments is allowed. (1995-11-11)

Wikipedia

Calling convention

In computer science, a calling convention is an implementation-level (low-level) scheme for how subroutines or functions receive parameters from their caller and how they return a result. When some code calls a function, design choices have been taken for where and how parameters are passed to that function, and where and how results are returned from that function, with these transfers typically done via certain registers or within a stack frame on the call stack. There are design choices for how the tasks of preparing for a function call and restoring the environment after the function has completed are divided between the caller and the callee. Some calling convention specifies the way every function should get called. The correct calling convention should be used for every function call, to allow the correct and reliable execution of the whole program using these functions.

Übersetzung von &#39calling conventions&#39 in Russisch